Explorar el Código

Cambio gramatical en un comentario

SaraB hace 7 años
padre
commit
b1afee2b29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp Ver fichero

@@ -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
 }