Selaa lähdekoodia

Cambio gramatical en un comentario

SaraB 7 vuotta sitten
vanhempi
commit
b1afee2b29
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp Näytä tiedosto

@@ -148,6 +148,6 @@ string binaryStringToMessage(string binStr){
148 148
 string ExtractMessage(const QImage &stegoImage){
149 149
 
150 150
     // YOUR CODE HERE
151
-    return "Este el mensaje cuando aun no has implementado la funcion";
151
+    return "Este es el mensaje cuando aun no has implementado la funcion";
152 152
 
153 153
 }